@f{datasetfilter}

Displayes the record filter for the given dataset.

@f{datasetfilter()}
@f{datasetfilter(ssDatasetname)}

Parameters

ssDatasetname

Is the dataset name, for example Data1. Instead of the name the index of the dataset in the range 1 to n or a text of the form “Diagram-Name:Index”,(diagram1:2) can be specified. The index can be negative. -1 selects the last dataset.

If the name is not specified, the function display the record filter of the first dataset in the diagram, the text object belongs to.

Example

@f{datasetfilter(Data1)}

Output:

Fuel < 250

History

Version Description
R2014 Parameter ssDatasetname modified.
5.14.9 New

id-1055100